Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updating core in preparation of release #7283

Merged

Conversation

codeboten
Copy link
Contributor

@codeboten codeboten commented Jan 19, 2022

Updating core required a bunch of changes to pass TelemetrySettings into ToClient. Those are the only changes made outside of running make update-otel

@codeboten codeboten force-pushed the codeboten/prepare-release-jan19 branch from 5793bdb to 9d69309 Compare January 19, 2022 23:28
@codeboten codeboten marked this pull request as ready for review January 19, 2022 23:31
@codeboten codeboten requested a review from a team January 19, 2022 23:31
@codeboten
Copy link
Contributor Author

The prometheus compliance tests are failing because of the removal of the --metrics-addr flag as described in the changeling. I've submitted a PR to address this in the compliance repo: prometheus/compliance#60

@@ -115,7 +115,7 @@ type templateContext struct {
}

func loadMetadata(filePath string) (metadata, error) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it is cleaner if file: is added inside loadMetadata instead of when you call it, otherwise the filePath argument name is misleading.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch, updated 👍

Alex Boten added 6 commits January 21, 2022 12:55
update calls in:
exporter/dynatrace
exporter/signalfx
exporter/zipkin
extension/httpforwarder
receiver/awscontainerinsight
receiver/cloudfoundry
exporter/jaegerthrifthttp
exporter/sumologic
extension/ecstaskobserver
processor/resourcedetectionprocessor
receiver/awsecscontainermetrics
exporter/humio
exporter/influxdb
exporter/prometheusremotewrite
@codeboten codeboten force-pushed the codeboten/prepare-release-jan19 branch from 5b8cff7 to b3dd438 Compare January 21, 2022 21:05
@codeboten codeboten merged commit 21273c6 into open-telemetry:main Jan 21, 2022
@codeboten codeboten deleted the codeboten/prepare-release-jan19 branch January 21, 2022 22:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Skip Changelog PRs that do not require a CHANGELOG.md entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants